home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
painte1a
/
frmreadm.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1999-09-09
|
2KB
|
61 lines
VERSION 5.00
Begin VB.Form frmREADME
BorderStyle = 1 'Fixed Single
Caption = "READ ME"
ClientHeight = 4035
ClientLeft = 45
ClientTop = 330
ClientWidth = 6405
Icon = "frmREADME.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4035
ScaleWidth = 6405
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "OK"
Height = 315
Left = 2670
TabIndex = 2
Top = 3675
Width = 1050
End
Begin VB.TextBox Text1
Height = 3135
Left = 60
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 1
Text = "frmREADME.frx":0442
Top = 480
Width = 6300
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "ProGfx Version 0.20 Alpha Release Info"
BeginProperty Font
Name = "Arial"
Size = 14.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 60
TabIndex = 0
Top = 90
Width = 6300
End
Attribute VB_Name = "frmREADME"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub